home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / virus / vds31e.zip / VDSPRO31.INI < prev    next >
INI File  |  1996-11-05  |  3KB  |  113 lines

  1. ; This configuration file specifies operational parameters for VDS Pro.
  2.  
  3. ; System backup files are located in the following directory
  4. [HOMEDIR]
  5. VDS_HOME=C:\VDS31
  6.  
  7. ; Integrity database files are located in the following directory
  8. [VERIFY]
  9. DATABASE_LOCATION=C:\VDS31
  10.  
  11. ; Directory tree(s) are stored in the following directory
  12. [TREE]
  13. TREE_LOCATION=C:\VDS31
  14.  
  15. [FREQUENCY]
  16. VERIFY_FREQ = 1
  17. SCAN_FREQ = 0
  18.  
  19. [REPORT]
  20. ; Report should be sent to the following file. Leave blank after = if none.
  21. ; If you change it to PRN, all messages are sent to the printer
  22. SCAN_REPORT=C:\VDS31\VFS-STAT.LOG
  23. VERIFY_REPORT=C:\VDS31\VDS-STAT.LOG
  24.  
  25. [FLAGS]
  26. VERIFY_DEBUG=No
  27. VERIFY_REPORT=Yes
  28. SCAN_DEBUG=No
  29. SCAN_REPORT=Yes
  30. MSG=Yes
  31. QUARANTINE=Yes
  32. DEL_NONRECOVERABLE=No
  33. AUTO_INIT=No
  34. AUTO_RESTORE=Yes
  35. QUICKK_VERIFY=Yes
  36. VERIFY_ALL=No
  37. ; Set the following to Yes on Laptops.
  38. LCDSCREEN=No
  39. ZOOSCAN = No
  40. FULLSCAN = No
  41. ALLSCAN = No
  42. RECURSIVE=Yes
  43. LOCALSCAN = No
  44. MEMSCAN = Yes
  45. UMBSCAN = No
  46. PAUSE = Yes
  47. ALLOWBREAK = Yes
  48. BEEP = Yes
  49. ERASEFILE = No
  50. HEURISTICSCAN = No
  51. AUTOCLEAN=Yes
  52. ANTISTEALTH=Yes
  53. SCSI=No
  54. ENTER_KEY = Scan
  55.  
  56. ; Files with the following extensions are processed
  57. [EXT]
  58. SCAN_EXTENSIONS = COM,EXE,SYS,OVL,BOO,
  59. VERIFY_EXTENSIONS = COM,EXE,SYS,OVL,BAT,
  60.  
  61. ; Internal signatures are stored in the following file
  62. [SIGS]
  63. INTSIGS = C:\VDS31\VDSVSIGS.SIG
  64. ; File for the user-defined signatures. Leave blank after = if none.
  65. EXTSIGS = C:\VDS31\XTERNAL.SIG
  66.  
  67. ; Directory where the infected programs are copied to
  68. [QUARANTINE]
  69. QUARANTINE_DIR = C:\VDS-CELL
  70.  
  71. ; Message to display when a virus is found. Leave blank after = if none.
  72. [MSG]
  73. ALERTMSG=Call system administrator ASAP! You have a virus.
  74.  
  75. [VDSMSG]
  76. MSG=Call system administrator ASAP! You have a virus.
  77.  
  78. ; Ignore the following directories during scan
  79. [SCAN_IGNORE_DIR]
  80. SCAN_IGNORE_DIR_COUNT = 3
  81. DIR0000=C:\TEMP
  82. DIR0001=C:\3DMENU
  83. DIR0002=\RECYCLED
  84.  
  85. ; Ignore the following files during scan
  86. [SCAN_IGNORE_FILE]
  87. SCAN_IGNORE_FILE_COUNT = 6
  88. FILE0000=C:\CONFIG.SYS
  89. FILE0001=C:\AUTOEXEC.BAT
  90. FILE0002=\PAGEFILE.SYS
  91. FILE0003=C:\WINLOGO.SYS
  92. FILE0004=C:\LOGO.SYS
  93. FILE0005=C:\MSDOS.SYS
  94.  
  95. ; Ignore the following directories during verify
  96. [VERIFY_IGNORE_DIR]
  97. VERIFY_IGNORE_DIR_COUNT = 3
  98. DIR0000=C:\TEMP
  99. DIR0001=C:\3DMENU
  100. DIR0002=\RECYCLED
  101.  
  102. ; Ignore the following files during verify
  103. [VERIFY_IGNORE_FILE]
  104. VERIFY_IGNORE_FILE_COUNT = 6
  105. FILE0000=C:\CONFIG.SYS
  106. FILE0001=C:\AUTOEXEC.BAT
  107. FILE0002=\PAGEFILE.SYS
  108. FILE0003=C:\WINLOGO.SYS
  109. FILE0004=C:\LOGO.SYS
  110. FILE0005=C:\MSDOS.SYS
  111.  
  112.  
  113.